Get notification queue ConnectionString
The customer portal will make a call to the Third-Party Gateway to get the connection string of the notification queue. The customer portal has read-only access to the notification queue. The customer portal listens for notifications from this queue.

Delete Feed Subscription response details | |
|---|---|
| Request URL | GET api/v1/tenants/{{tenantId}}/subscriptions/status-notifications |
| Response code | 200 |
Response body | { "connectionString": "Endpoint=sb://sb-use-di- dev.servicebus.windows.net/;SharedAccessKeyName=ListenKey; SharedAccessKey=FNg9d1RlCsOo6Beq+pVTmVabyb6uyUnO/BWyWGHCEd0=;EntityPath=tpgw.notification.mocktenantslug.mockclientslug" } |